home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
getkey1r
/
decbin.frm
(
.txt
)
next >
Wrap
Visual Basic Form
|
1999-07-29
|
17KB
|
567 lines
VERSION 5.00
Begin VB.Form frmDecBin
Caption = "Number Base Convertor - Decimal to Binary"
ClientHeight = 3420
ClientLeft = 60
ClientTop = 630
ClientWidth = 6855
LinkTopic = "Form1"
Picture = "DecBin.frx":0000
ScaleHeight = 3420
ScaleWidth = 6855
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox txthex2
Height = 285
Left = 2040
TabIndex = 15
Top = 3120
Visible = 0 'False
Width = 375
End
Begin VB.TextBox txthex1
Height = 285
Left = 1320
TabIndex = 14
Top = 3120
Visible = 0 'False
Width = 375
End
Begin VB.TextBox txtnum
Height = 285
Left = 240
TabIndex = 13
Top = 3000
Visible = 0 'False
Width = 735
End
Begin VB.CommandButton Command2
Caption = "Convert"
BeginProperty Font
Name = "Times New Roman"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3720
TabIndex = 3
Top = 2640
Width = 1215
End
Begin VB.TextBox txtDec
BeginProperty Font
Name = "Tahoma"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 2640
TabIndex = 1
Top = 2640
Width = 495
End
Begin VB.CommandButton Command1
Caption = "Exit"
BeginProperty Font
Name = "Times New Roman"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5400
TabIndex = 0
Top = 2640
Width = 855
End
Begin VB.Label lblhex
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Tahoma"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 360
TabIndex = 16
Top = 2160
Width = 6255
End
Begin VB.Label lblout
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Tahoma"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 360
TabIndex = 12
Top = 1800
Width = 6255
End
Begin VB.Image bitty
Height = 480
Index = 7
Left = 240
Picture = "DecBin.frx":4B146
Top = 960
Width = 480
End
Begin VB.Image bitty
Height = 480
Index = 6
Left = 1080
Picture = "DecBin.frx":4B588
Top = 960
Width = 480
End
Begin VB.Image bitty
Height = 480
Index = 5
Left = 1920
Picture = "DecBin.frx":4B9CA
Top = 960
Width = 480
End
Begin VB.Image bitty
Height = 480
Index = 4
Left = 2760
Picture = "DecBin.frx":4BE0C
Top = 960
Width = 480
End
Begin VB.Image bitty
Height = 480
Index = 3
Left = 3600
Picture = "DecBin.frx":4C24E
Top = 960
Width = 480
End
Begin VB.Image bitty
Height = 480
Index = 2
Left = 4440
Picture = "DecBin.frx":4C690
Top = 960
Width = 480
End
Begin VB.Image bitty
Height = 480
Index = 1
Left = 5280
Picture = "DecBin.frx":4CAD2
Top = 960
Width = 480
End
Begin VB.Image bitty
Height = 480
Index = 0
Left = 6120
Picture = "DecBin.frx":4CF14
Top = 960
Width = 480
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "1"
BeginProperty Font
Name = "Tahoma"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Index = 7
Left = 6240
TabIndex = 11
Top = 600
Width = 375
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "2"
BeginProperty Font
Name = "Tahoma"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Index = 6
Left = 5400
TabIndex = 10
Top = 600
Width = 375
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "4"
BeginProperty Font
Name = "Tahoma"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Index = 5
Left = 4560
TabIndex = 9
Top = 600
Width = 375
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "8"
BeginProperty Font
Name = "Tahoma"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Index = 4
Left = 3720
TabIndex = 8
Top = 600
Width = 375
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "16"
BeginProperty Font
Name = "Tahoma"